home *** CD-ROM | disk | FTP | other *** search
/ Ghost Rider iactivecard / Ghost Rider iactivecard.iso / pc / resurrection.swf / scripts / DefineButton2_81 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2007-04-06  |  95 b   |  5 lines

  1. on(press){
  2.    gotoAndStop("puz");
  3.    myPuzzle.startPuzzle("myPicture2",5,3,true,"none");
  4. }
  5.